Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove votesTokenMasterCopyContract from interfaces #1643

Merged

Conversation

adamgall
Copy link
Member

@adamgall adamgall commented May 5, 2024

Please review and merge #1642 first.

@adamgall adamgall self-assigned this May 5, 2024
Copy link

netlify bot commented May 5, 2024

Deploy Preview for fractal-dev ready!

Name Link
🔨 Latest commit f0f4b26
🔍 Latest deploy log https://app.netlify.com/sites/fractal-dev/deploys/66392e08597206000874debd
😎 Deploy Preview https://deploy-preview-1643.app.dev.fractalframework.xyz
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slowly killing these interfaces heheheheh

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slowly killing these interfaces heheheheh

@@ -31,7 +31,7 @@ export type NetworkConfig = {
fractalAzoriusMasterCopy: string;
fractalModuleMasterCopy: string;
fractalRegistry: string;
votesERC20MasterCopy: string;
votesERC20MasterCopy: Address;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also sneaking this update into this PR. See all of the networkconfig file changes as well.

Honestly though, these changes aren't even necessary at this stage in the refactoring I don't think.

After removing the @fractal-framework/fractal-contracts imports from the whole codebase except for the contract addresses in the various network config files, then I'll go through and fix the types of all contracts to be Address.

@adamgall adamgall force-pushed the remove-ethers-from-useapproval branch from 01d4bd7 to 718fd50 Compare May 6, 2024 18:58
@adamgall adamgall force-pushed the remove-votestokenmastercopycontract-from-interfaces branch from 7557352 to e00e034 Compare May 6, 2024 18:58
Base automatically changed from remove-ethers-from-useapproval to develop May 6, 2024 19:20
@adamgall adamgall force-pushed the remove-votestokenmastercopycontract-from-interfaces branch from e00e034 to f0f4b26 Compare May 6, 2024 19:22
@adamgall adamgall marked this pull request as ready for review May 6, 2024 19:24
@adamgall adamgall merged commit da58ac9 into develop May 6, 2024
7 checks passed
@adamgall adamgall deleted the remove-votestokenmastercopycontract-from-interfaces branch May 6, 2024 19:25
adamgall added a commit that referenced this pull request May 8, 2024
…ntract-from-interfaces

Remove votesTokenMasterCopyContract from interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants